home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / binutils.252 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1994-12-17  |  594 b   |  27 lines

  1. @echo off
  2.  
  3. cd binutils
  4. strip ar cxxfilt nm.new objcopy objdump ranlib size strings strip.new
  5. coff2exe  ar cxxfilt nm.new objcopy objdump ranlib size strings strip.new
  6. mv *.exe ../../../bin
  7. cp binutils.inf binutils.tex *.1 ../../../docs/binutils
  8.  
  9. cd ../gas
  10. strip as.new gasp.new
  11. coff2exe as.new gasp.new
  12. mv *.exe ../../../bin
  13. cp doc/* ../../../docs/gas
  14. rm ../../../docs/gas/*.in
  15.  
  16. cd ../ld
  17. strip ld.new
  18. coff2exe ld.new
  19. mv *.exe ../../../bin
  20. cp ld.i* ld.1 ../../../docs/binutils
  21.  
  22. cd ../gprof
  23. strip gprof
  24. coff2exe gprof
  25. mv *.exe ../../../bin
  26. cp *.1 ../../../docs/binutils
  27.